home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_brightness.dll / 0 / RCDATA / TFRMBRIGHTNESS / TFRMBRIGHTNESS.txt
Text File  |  2004-10-22  |  2KB  |  122 lines

  1. object frmBrightness: TfrmBrightness
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Brightness'
  7.   ClientHeight = 304
  8.   ClientWidth = 514
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblOriginal: TLabel
  20.     Left = 5
  21.     Top = 290
  22.     Width = 35
  23.     Height = 13
  24.     Caption = 'Original'
  25.     Transparent = True
  26.   end
  27.   object lblModified: TLabel
  28.     Left = 264
  29.     Top = 290
  30.     Width = 40
  31.     Height = 13
  32.     Caption = 'Modified'
  33.     Transparent = True
  34.   end
  35.   object btnOK: TButton
  36.     Left = 356
  37.     Top = 9
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     TabOrder = 0
  43.     OnClick = btnOKClick
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 434
  47.     Top = 9
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     TabOrder = 1
  52.     OnClick = btnCancelClick
  53.   end
  54.   object gbxBrightness: TGroupBox
  55.     Left = 5
  56.     Top = 4
  57.     Width = 344
  58.     Height = 58
  59.     Caption = ' Brightness '
  60.     TabOrder = 2
  61.     object lblValue: TLabel
  62.       Left = 316
  63.       Top = 19
  64.       Width = 6
  65.       Height = 13
  66.       Caption = '0'
  67.     end
  68.     object trbBrightness: TTrackBar
  69.       Left = 5
  70.       Top = 17
  71.       Width = 305
  72.       Height = 34
  73.       Max = 255
  74.       Min = -255
  75.       PageSize = 10
  76.       Frequency = 51
  77.       TabOrder = 0
  78.       OnChange = trbBrightnessChange
  79.     end
  80.   end
  81.   object sbxOrig: TScrollBox
  82.     Left = 5
  83.     Top = 67
  84.     Width = 252
  85.     Height = 221
  86.     HorzScrollBar.Smooth = True
  87.     HorzScrollBar.Tracking = True
  88.     VertScrollBar.Smooth = True
  89.     VertScrollBar.Tracking = True
  90.     Color = clAppWorkSpace
  91.     ParentColor = False
  92.     TabOrder = 3
  93.     object imgOrig: TImage
  94.       Left = 0
  95.       Top = 0
  96.       Width = 105
  97.       Height = 105
  98.       AutoSize = True
  99.     end
  100.   end
  101.   object sbxMod: TScrollBox
  102.     Left = 264
  103.     Top = 67
  104.     Width = 245
  105.     Height = 221
  106.     HorzScrollBar.Smooth = True
  107.     HorzScrollBar.Tracking = True
  108.     VertScrollBar.Smooth = True
  109.     VertScrollBar.Tracking = True
  110.     Color = clAppWorkSpace
  111.     ParentColor = False
  112.     TabOrder = 4
  113.     object imgMod: TImage
  114.       Left = 0
  115.       Top = 0
  116.       Width = 105
  117.       Height = 105
  118.       AutoSize = True
  119.     end
  120.   end
  121. end
  122.